[INFO] cloning repository https://github.com/bendk/uniffi-bindgen-kotlin
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bendk/uniffi-bindgen-kotlin" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbendk%2Funiffi-bindgen-kotlin", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbendk%2Funiffi-bindgen-kotlin'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] bbe63ff1b2427c4ac90f7dcc24ce6e95c007e5e8
[INFO] fixing bendk/uniffi-bindgen-kotlin against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbendk%2Funiffi-bindgen-kotlin" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bendk/uniffi-bindgen-kotlin
[INFO] finished tweaking git repo https://github.com/bendk/uniffi-bindgen-kotlin
[INFO] tweaked toml for git repo https://github.com/bendk/uniffi-bindgen-kotlin written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bendk/uniffi-bindgen-kotlin on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bendk/uniffi-bindgen-kotlin already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/bendk/uniffi-rs.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded weedle v0.12.0
[INFO] [stderr]   Downloaded askama v0.11.1
[INFO] [stderr]   Downloaded askama_derive v0.11.2
[INFO] [stderr]   Downloaded cargo_metadata v0.13.1
[INFO] [stderr]   Downloaded anyhow v1.0.56
[INFO] [stderr]   Downloaded askama_shared v0.12.2
[INFO] [stderr]   Downloaded syn v1.0.88
[INFO] [stderr]   Downloaded unicode-segmentation v1.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9
[INFO] running `Command { std: "docker" "start" "7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.88
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling camino v1.0.7
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling nom v5.1.2
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling askama_escape v0.10.3
[INFO] [stderr]    Compiling anyhow v1.0.56
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling ucd-trie v0.1.3
[INFO] [stderr]    Compiling itoa v1.0.1
[INFO] [stderr]    Compiling unicode-width v0.1.9
[INFO] [stderr]    Compiling pest v2.1.3
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling nom v7.1.1
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]    Compiling semver-parser v0.10.2
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]     Checking unicode-xid v0.2.2
[INFO] [stderr]     Checking unicase v2.6.0
[INFO] [stderr]    Compiling weedle v0.12.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking bytes v1.1.0
[INFO] [stderr]     Checking tinyvec_macros v0.1.0
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking glob v0.3.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking cargo-platform v0.1.2
[INFO] [stderr]     Checking semver v0.11.0
[INFO] [stderr]     Checking askama_shared v0.12.2
[INFO] [stderr]     Checking cargo_metadata v0.13.1
[INFO] [stderr]     Checking uniffi_testing v0.1.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling askama_derive v0.11.2
[INFO] [stderr]    Compiling askama v0.11.1
[INFO] [stderr]     Checking uniffi_bindgen v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]     Checking uniffi v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]     Checking uniffi-bindgen-kotlin v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/gen_kotlin/mod.rs:322:18
[INFO] [stdout]     |
[INFO] [stdout] 322 |         unsafe { ORACLE.as_ref().unwrap() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling uniffi_build v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi_macros v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-fixture-ext-types-guid v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-example-custom-types v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-fixture-ext-types-lib-one v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-example-rondpoint v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-fixture-ext-types v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-example-arithmetic v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-fixture-callbacks v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-fixture-time v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-fixture-coverall v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-example-todolist v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-example-geometry v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stderr]    Compiling uniffi-example-sprites v0.17.0 (https://github.com/bendk/uniffi-rs.git?branch=external-kotlin#2ba63f36)
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/gen_kotlin/mod.rs:322:18
[INFO] [stdout]     |
[INFO] [stdout] 322 |         unsafe { ORACLE.as_ref().unwrap() }
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9", kill_on_drop: false }`
[INFO] [stdout] 7487144aa80d2a794c6296e5ddded05b7ab5f494c5f4a8f2b0cd1dc39440f9e9
